@charset "utf-8";
/* 全局样式文件 */
:root {
	/* 主色调，深蓝色 */
	--main-color: #2640BE;
	/* 头部导航栏高度 */
	--navHeight: 47px;
}

@font-face {
	font-family: 'syht';
	src: url('syht.ttf') format("truetype");
}

.container,
.navbar-fixed-top .container {
	width: 1200px;
}

@media screen and (min-width: 1120px) and (max-width: 1240px) {
	.navbar .links {
		margin-right: 10vw;
	}
	.navbar-left {
		margin-left: 40px;
	}
}

@media screen and (max-width: 1120px) {
	.navbar .links {
		display: none!important;
	}
	.navbar-left {
		margin-left: 60px;
	}
}

body {
	min-width: 1330px;
	min-height: 100%;
	overflow-x: auto;
	padding-top: 47px;
}

a {
	color: inherit;
}

/* 设置placeholder */
::-webkit-input-placeholder {
	color: #898989;
}

:-ms-input-placeholder {
	color: #898989;
}

::-moz-placeholder {
	color: #898989;
}

input,button {
	box-sizing: border-box;
}

p {
	margin: 0;
}

.e {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.e2 {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.container {
	overflow: hidden;
}

/* 头部导航样式 */
.navbar.navbar-fixed-top {
	height: 47px;
	width: 100vw;
	position: fixed;
	border-bottom: 1px solid #D3D3D3;
	background-color: #fff;
}

.navbar-text {
	margin-right: 16px;
	line-height: 47px;
	font-size: 14px;
	color: #272727;
}

/* 修改按钮的蓝色 */
.navbar-fixed-top .btn.btn-primary {
	margin-top: 12px;
}

.btn.btn-primary {
	background: #2640BE;
}

.navbar-fixed-top .btn.btn-primary.btn-empty {
	border: 1px solid #2640BE;
	color: #2640BE;
	background: #fff;
}

.navbar-left {
	float: left;
}

/* 让头部这两块用flex布局,防止内部换行 */
.navbar-left,
.navbar .links {
	display: flex;
	align-items: flex-start;
}

.navbar-left .btn {
	margin-top: 0;
	margin-right: 8px;
}

/* 导航栏右边，链接 */
.navbar .links {
	float: right;
	font-size: 14px;
	line-height: 47px;
	color: #000;
}

.navbar .links > div {
	margin-right: 34px;
}

.navbar .links .nav-link {
	color: inherit;
}

.navbar .links  .split {
	margin: 0 6px;
}

/* 旧版入口 */
.old-entrance {
	padding-left: 23px;
	font-size: 14px;
	color: #585858 !important;
	background: url('../img/website_management.png') no-repeat left center;
}

/* logo和搜索框这一块 */
.logo-box {
	padding-bottom: 30px;
	background-color: #fff;
}

.logo-box .logo {
	margin-top: 30px;
	width: 375px;
	height: 56px;
}

/* 右边 */
/* 上半部分 */
.logo-box .nav-pills {
	margin-top: 13px;
	margin-bottom: 0;
}

.logo-box .nav-pills span {
	cursor: pointer;
	margin-right: 32px;
	padding: 0 8px;
	font-size: 14px;
	display: inline-block;
	line-height: 27px;
}

.nav-pills>.active>span {
	color: #fff;
	background-color: #2640BE;
}

.nav-pills>li>span {
	color: #555555;
}

/* 下半部分 */
.logo-box .search-input {
	width: 466px;
	margin-top: 4px;
	font-size: 0;
}

.search-input .search-btn {
	width: 93px;
	height: 42px;
	font-size: 16px;
	border-radius: 0;
}

.search-input input {
	width: 360px;
	height: 42px;
	margin: 0;
	border-radius: 0;
	padding-left: 43px;
	border: 1px solid #2640BE;
	border-right: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 32px;
	color: #333;
	outline: none;
	background: #fff url("../img/search_icon.png") no-repeat 17px 12px;
}

.search-input input[type="text"]:focus {
	border-color: #2640BE;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 64, 190, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 64, 190, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 64, 190, 0.6);
}

/* 轮播图下面的导航条的样式 */
.navbar.index-navbar .navbar-inner .nav {
	float: none;
	display: table;
	margin: 0 auto;
}

.navbar.index-navbar {
	margin-bottom: 0;
	background: #253FBE;
}

.navbar-inner {
	min-height: 57px;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: none;
	*zoom: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.index-navbar .navbar-inner li {
	line-height: 30px;
}

/* 链接样式修改 */
.index-navbar .nav>li>a {
	float: none;
	width: 116px;
	padding: 13px 0 14px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.navbar.index-navbar .nav>.active>a,
.navbar.index-navbar .nav a:hover,
.navbar.index-navbar .nav a:focus {
	color: #fff;
	background-color: #E32233;
}

/* 首页导航条固定顶部的时候 */
.index-navbar.fixed {
	position: fixed;
	top: 47px;
	left: 0;
	right: 0;
	z-index: 10;
}

/* 如果导航条固定顶部了，body的上padding要变大 */
body.active {
	padding-top: 104px;
}

/* 模态框样式的修改 */
.modal {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal.register-modal {
	top: 50% !important;
	width: 964px;
	margin-left: 0;
	margin-top: 0;
}

/* 弹窗头部 */
.modal .modal-header {
	position: relative;
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h3.register-title {
	margin: 0;
	font-weight: 400;
	font-size: 26px;
	text-align: center;
	line-height: 140px;
	color: #263FBE;
}

button.close.close-btn {
	position: absolute;
	top: 18px;
	right: 25px;
	width: 16px;
	height: 15px;
	opacity: 1;
	background: url('../img/close_icon.png') no-repeat center;
}

/* 弹窗主体 */
.register-modal .modal-body {
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 70px;
	padding-right: 67px;
}

.register-modal .modal-body .register-line {
	margin-bottom: 16px;
}

.register-modal .register-line .my-label {
	margin: 0;
	font-size: 16px;
	line-height: 3;
	color: #333;
}

.register-modal .register-line .my-label::before {
	content: '*';
	color: #263FBE;
}

.input-line input[type = "text"],
.input-line input[type = "password"] {
	width: 100%;
	height: 48px;
	padding: 3px 18px;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	border-color: #ccc;
	border-radius: 0;
}

.register-line ::-webkit-input-placeholder {
	color: #999;
}

.register-line ::-moz-placeholder {
	color: #999;
}

.register-line :-ms-input-placeholder {
	color: #999;
}

.register-line .tip {
	font-size: 14px;
	line-height: 48px;
	color: #999;
}

/* 单选框的样式 */
.register-line .radio-label {
	margin: 0 25px 0 0;
	display: inline-block;
	font-size: 16px;
	line-height: 48px;
	color: #999;
}

.register-line input[type="radio"] {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.register-line input[type="radio"]::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../img/radio.png');
}

.register-line input[type="radio"]:checked::before {
	background-image: url('../img/radio_active.png');
}

.register-line button.btn.yzm-btn {
	width: 100%;
	height: 48px;
	font-size: 16px;
}

/* 弹窗底部 */
.register-modal .modal-footer {
	text-align: center;
	border: none;
	padding-top: 26px;
	padding-bottom: 40px;
	background-color: transparent;
}

.btn.register-btn {
	width: 306px;
	height: 50px;
	font-size: 18px;
	color: #fff;
}

/* 对登录弹窗的修改 */
.modal.login-modal {
	width: 384px;
	top: 50% !important;
	margin-top: -232px;
	margin-left: -192px !important;
}

/* 主体部分 */
.modal.login-modal .modal-body {
	padding: 5px 38px 25px;
}

.modal.login-modal .modal-body .input-line {
	margin-bottom: 16px;
}

/* 忘记密码链接 */
.forget-link {
	padding-bottom: 6px;
	font-size: 14px;
	line-height: 1;
	color: #999999;
}

/* 弹窗底部 */
.modal.login-modal .modal-footer {
	padding: 0 38px 14px;
	border: none;
	background-color: transparent;
}

.modal.login-modal .modal-footer button {
	width: 100%;
	height: 50px;
	margin-left: 0;
	margin-bottom: 16px;
	font-size: 18px;
	color: #fff;
}

/* 找回密码弹窗 */
.modal.forget-pwd-modal {
	width: 964px;
	margin-left: -482px !important;
	top: 50% !important;
	margin-top: -206px;
}

.modal.forget-pwd-modal .modal-body {
	padding: 5px 84px 50px;
}

.modal.forget-pwd-modal .input-line {
	margin-bottom: 16px;
}

.modal.forget-pwd-modal .input-line .my-label {
	margin: 0;
	font-size: 16px;
	line-height: 48px;
	color: #343434;
}

.modal.forget-pwd-modal .input-line .my-label::before {
	content: '*';
	color: #2640BE;
}

.modal.forget-pwd-modal .input-line .tip-text {
	font-size: 14px;
	line-height: 48px;
	color: #9A9A9A;
}

.get-btn {
	width: 100%;
	height: 48px;
}

/* 找回密码弹窗的底部 */
.modal.forget-pwd-modal .modal-footer {
	padding: 0 0 40px;
	border: none;
	text-align: center;
	background-color: transparent;
}

.modal.forget-pwd-modal .modal-footer .next-btn {
	width: 198px;
	height: 50px;
}

/* 弹窗里的按钮圆角调整 */
.modal .btn {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.modal {
	transform-origin: center;
}

/* 模态框在不同分辨率屏幕下的缩放 */
@media screen and (max-width:1366px) {
	.modal {
		transform: scale(.8);
	}

	.modal.after-login,
	.modal.case-modal,
	.modal.register-modal {
		-moz-transform: translate(-50%,-50%) scale(.8);
		-o-transform: translate(-50%,-50%) scale(.8);
		-ms-transform: translate(-50%,-50%) scale(.8);
		-webkit-transform: translate(-50%,-50%) scale(.8);
		transform: translate(-50%,-50%) scale(.8);
	}
}

@media screen and (min-width:1366px) and (max-width:1600px) {
	.modal {
		transform: scale(.9);
	}

	.modal.after-login,
	.modal.case-modal,
	.modal.register-modal {
		-moz-transform: translate(-50%,-50%) scale(.9);
		-o-transform: translate(-50%,-50%) scale(.9);
		-ms-transform: translate(-50%,-50%) scale(.9);
		-webkit-transform: translate(-50%,-50%) scale(.9);
		transform: translate(-50%,-50%) scale(.9);
	}
}

@media screen and (min-width:1600px) {
	.modal {
		transform: scale(1);
	}
	.modal.after-login,
	.modal.case-modal,
	.modal.register-modal {
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}

/* 底部 */
.footer {
	height: 327px;
	color: #8A94A4;
	background: #232830 url('../img/bg.png') repeat-x bottom center;
}

/* 底部上半部分，导航链接 */
.footer .footer-links {
	padding: 48px 0 27px;
	border-bottom: 1px solid #6F94A4;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.footer .footer-links a {
	padding: 0 23px;
	color: inherit;
}

.footer-bottom {
	padding-top: 23px;
}

/* 联系电话 */
.footer .phone-info {
	padding-top: 15px;
	font-size: 16px;
	line-height: 85px;
}

.footer .phone-info .phone {
	padding-left: 16px;
	font-style: normal;
	font-size: 24px;
	vertical-align: middle;
	color: #FF5123;
}

.footer .more-info {
	font-size: 14px;
	line-height: 1.85;
}

.footer .more-info span {
	padding-right: 10px;
}

.footer .more-info .icon {
	margin-right: 11px;
	vertical-align: middle;
	width: 16px;
	height: 18px;
}

/* 下面的二维码小块 */
.footer .code-box {
	margin-left: 29px;
	padding: 18px 18px 0;
	background-color: #323C4D;
}

.footer .code-box .code-img {
	width: 114px;
	display: block;
}

.footer .code-box .code-name {
	text-align: center;
	font-size: 14px;
	line-height: 3.1;
	color: #fff;
}

/* 返回顶部按钮 */
.to-top {
	position: fixed;
	z-index: 10;
	bottom: 76px;
	left: 50%;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background: url('../img/top.png') no-repeat center;
	-ms-transform:  translateX(605px);
	-moz-transform: translateX(605px);
	-webkit-transform: translateX(605px);
	transform: translateX(605px);
}

/* 右下角的客服图标 */
.service-link {
	position: fixed;
	bottom: 140px;
	z-index: 10;
	left: 50%;
	width: 100px;
	height: 100px;
	background: url("../img/icon_service.png") no-repeat center;
	-ms-transform:  translateX(580px);
	-moz-transform: translateX(580px);
	-webkit-transform: translateX(580px);
	transform: translateX(580px);
}

/* 对分页样式的修改 */
.pagination {
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 142px;
}

.pagination ul {
	font-size: 0;
	line-height: 0;
	border-bottom: 0;
	box-shadow: none;
}

.pagination ul>li {
	font-size: 0;
	line-height: 0;
	display: inline-block;
}

.pagination ul>li a {
	margin: 0 12px;
	border: none;
	font-size: 18px;
	line-height: 36px;
	padding-left: 19px;
	padding-right: 19px;
	color: #9A9A9A;
	background-color: #EEEEEE;
}

.pagination ul>li:last-child>a,
.pagination ul>li:first-child>a {
	border-radius: 0;
	margin: 0 25px;
}

.pagination ul>li>a:hover, 
.pagination ul>li>a:focus, 
.pagination ul>.active>a {
	color: #fff;
	background-color: #2640BE;
}

.pagination li .jump {
	padding-left: 11px;
	padding-right: 24px;
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 16px;
	line-height: 44px;
	color: #9A9A9A;
}

.pagination li .jump input {
	width: 88px;
	height: 44px;
	margin: 0 13px;
	border-radius: 0;
	border: 1px solid #EEEEEE;
	text-align: center;
	font-size: 16px;
	color: #333;
}

/* 二级导航 */
.news-navbar {
	height: 57px;
	background: -ms-linear-gradient(0deg, #D7D7D7, #FFFFFF);
	background: -moz-linear-gradient(0deg, #D7D7D7, #FFFFFF);
	background: -webkit-linear-gradient(0deg, #D7D7D7, #FFFFFF);
	background: linear-gradient(0deg, #D7D7D7, #FFFFFF);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.news-navbar .navbar {
	margin: 0;
	font-size: 20px;
	color: #333;
}

.news-navbar .navbar li {
	line-height: 34px;
}

.news-navbar .navbar .nav a {
	padding: 11.5px 56px;
	color: #333;
}

.news-navbar .navbar .nav a:hover, 
.news-navbar .navbar .nav a:focus,
.news-navbar .navbar .nav>.active>a {
	color: #fff;
	background-color: #253FBE;
}

.news-navbar .navbar-inner {
	padding-left: 0;
}

/* 如果这个固定顶部 */
.news-navbar.fixed {
	position: fixed;
	z-index: 10;
	top: 104px;
	left: 0;
	right: 0;
}

/* 面包屑 */
.news-bread {
	font-size: 18px;
	line-height: 57px;
	color: #333;
}

.news-bread .breadcrumb {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

.news-bread .breadcrumb .active {
	color: #253FBE;
}

.news-bread .breadcrumb .divider {
	color: inherit;
}

/* 当前位置和查看更多这一行 */
.position-and-link {
	height: 72px;
	font-size: 18px;
	line-height: 72px;
	color: #333;
}

.position-and-link .position {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: transparent;
}

.position-and-link .breadcrumb>.active {
	color: #253FBE;
}

.breadcrumb>li>.divider {
	color: inherit;
}

/* 列表页找不到数据的提示 */
.no-search-result {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
	line-height: 2;
	color: #666;
}

/* 详情页左边9份，右边3份，指定一下左右的宽度 */
.row-fluid.detail .span9 {
	width: 910px;
}

.row-fluid.detail .span3 {
	margin-left: 10px;
	width: 280px;
}
/* 详情页下面的tab样式修改 */
.project-info-box .project-tabs {
	padding-left: 12px;
	border-bottom: 1px solid #EAEAEA;
}
.project-info-box .project-tabs li {
	position: relative;
	padding: 0 35px;
	font-size: 18px;
	line-height: 60px;
}

.project-info-box .project-tabs li.active {
	color: var(--main-color);
}

.project-info-box .project-tabs li.active::after {
	content: '';
	position: absolute;
	left: 54px;
	right: 54px;
	height: 2px;
	bottom: 0;
	background-color: var(--main-color);
}

/* 评论区域 */
.comment-box {
    padding: 0 45px;
    color: #343434;
}

/* 上半部分，发表评论 */
.comment-box .add-comment {
    padding-bottom: 20px;
}

.comment-box .add-comment .comment-title {
    font-size: 20px;
    line-height: 82px;
    color: #2640BE;
}

.comment-box .add-comment .comment-textarea {
    display: block;
    padding: 20px;
    width: 100%;
    height: 227px;
    margin: 0 0 20px;
    resize: none;
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.comment-box .add-comment .add-comment-btn {
    display: block;
    margin: 0;
    margin-left: auto;
    width: 110px;
    height: 38px;
    font-size: 16px;
}

.comment-box .comment-list .comment-title {
    border-bottom: 1px solid #EAEAEA;
    font-size: 20px;
    line-height: 72px;
}

/* 下面的评论列表 */
.comment-box .comment-list .list {
    margin: 0;
    padding-bottom: 46px;
}

.comment-list .list .comment-item {
    position: relative;
    list-style: none;
    padding: 14px 0;
    border-bottom: 1px dashed #DEDEDE;
}

.list .comment-item .comment-author {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5;
}

.list .comment-item .comment-time,
.list .comment-item .comment-content {
    margin: 0 0 10px;
    padding-right: 120px;
    font-size: 16px;
    line-height: 1.5;
    color: #9A9A9A;
}

.list .comment-item .comment-time {
    position: absolute;
    right: 0;
    bottom: 22px;
    padding: 0;
    margin: 0;
}

/* 匹配到的项目 */
.mate-box {
	padding-top: 24px;
	padding-bottom: 25px;
}

.mate-box .mate-box-title {
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	color: var(--main-color);
}

.mate-box .mate-list {
	margin: 0;
	padding: 0;
}

.case-modal .modal-header h3 {
	color: var(--main-color);
}

/* 每一个匹配到的项目 */
.mate-box .mate-list .mate-list-item {
	list-style: none;
	padding: 20px 36px;
	border-bottom: 1px solid #EAEAEA;
}

.mate-list .mate-list-item .mate-item-title {
	font-size: 18px;
	line-height: 1.65;
	color: #333;
}

.mate-list .mate-list-item .area {
	line-height: 2.45;
	color: #999;
}

.mate-list .mate-list-item .time {
	line-height: 1.65;
	color: #BBB;
}

/* 查看更多按钮 */
.btn.btn-more {
	width: 70px;
	height: 28px;
	margin: 25px auto 0;
	border: 1px solid var(--main-color);
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--main-color);
	background: #fff;
}

/* 推荐专家 */
.recommend-box  {
	padding-top: 22px;
	padding-bottom: 25px;
}

.recommend-box .recommend-title {
	text-align: center;
	line-height: 1.66;
	font-size: 18px;
	color: var(--main-color);
}

/* 筛选这一行的样式 */
.screen-teacher-box,
.screen-products {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0;
	line-height: 0;
	color: #343434;
}

/* 筛选项目与筛选老师略有不同 */
.screen-products {
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	height: 57px;
	background: -moz-linear-gradient(0deg, #D7D7D7, #FFFFFF);
	background: -webkit-linear-gradient(0deg, #D7D7D7, #FFFFFF);
	background: linear-gradient(0deg, #D7D7D7, #FFFFFF);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.my-label {
	display: inline-block;
	margin-right: 40px;
	line-height: 37px;
	margin-bottom: 0;
	font-size: 16px;
}

.screen-tech .my-label {
	margin-right: 25px;
}

.screen-products.screen-tech button.btn.search,
.screen-teacher-box.screen-tech button.btn.search {
	margin-left: 10px;
}

.screen-products input[type="text"],
.screen-teacher-box input[type="text"] {
	width: 150px;
	height: 35px;
	box-sizing: border-box;
	padding: 5px 15px;
	margin: 0;
	margin-left: 10px;
	border: 1px solid #ddd;
}

.screen-products select,
.screen-teacher-box select {
	width: 124px;
	height: 35px;
	margin: 0;
	font-size: 16px;
	border: 1px solid #BDBDBD;
}

.screen-products button.btn.search,
.screen-teacher-box button.btn.search {
	border-radius: 4px;
	width: 82px;
	height: 35px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-size: 14px;
	margin-left: 30px;
}

.screen-products.fixed,
.screen-teacher-box.fixed {
	position: fixed;
	z-index: 10;
	top: 161px;
	left: 0;
	right: 0;
	padding: 15px 0;
	background-color: #fff;
}

/* 修改筛选里面的输入框和下拉框样式调整 */
.screen-products input[type = "text"],
.screen-products select {
	height: 35px;
	font-size: 16px;
	border-color: #BCBCBC;
	margin-left: 10px;
	background-color: transparent;
}

.screen-products .my-label {
	font-size: 16px;
}

.screen-products button.btn.search {
	width: 82px;
	height: 35px;
	margin-left: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
}

.screen-products.fixed {
	top: 104px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-navbar + .screen-products.fixed {
	top: 161px;
}

/* 暂无搜索结果 */
.no-search-result {
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
	line-height: 2;
	color: #666;
}

/* 案例的详情弹窗 */
.modal.case-modal {
	position: fixed;
	top: 50% !important;
	left: 50%;
	width: 774px;
	min-height: 420px;
	padding-right: 10px;
	margin: 0;
	padding-bottom: 20px;
	overflow: auto;
	background: url("../img/detail_modal_bg.png") no-repeat  0 0 / 100% 100%;
}

/* 详情弹窗主体部分 */
.modal.case-modal .modal-body {
	padding: 0 40px 0 50px;
	margin-right: 10px;
	max-height: 350px;
}

/* 下面的每一块 */
.modal.case-modal .small-box {
	margin-bottom: 18px;
}

.modal.case-modal .small-box .small-title {
	margin: 0;
	font-size: 18px;
	line-height: 2.8;
	color: var(--main-color);
}

.modal.case-modal .small-box .des {
	line-height: 1.8;
	font-size: 18px;
	color: #333;
}

/* 匹配的对话框 */
.mate-modal.modal {
	width: 800px;
	height: 524px;
	position: fixed;
	top: 50% !important;
	left: 50%;
	margin-top: -265px;
	margin-left: -387px;
	background: url("../img/modal_bg.png") no-repeat center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.case-modal.modal .modal-header,
.mate-modal.modal .modal-header {
	position: relative;
	padding-top: 2px;
}

.case-modal.modal .modal-header h3,
.mate-modal.modal .modal-header h3 {
	margin: 0;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 3px;
}

.case-modal.modal .modal-header  h3 {
	padding: 40px 60px 10px;
	line-height: 1.8;
}

.case-modal .modal-header button,
.mate-modal .modal-header button {
	position: absolute;
	width: 16px;
	height: 15px;
	top: 34px;
	right: 40px;
	opacity: 1;
	background: url("../img/close_icon.png");
}

.mate-modal.modal .modal-body {
	margin-right: 10px;
	padding: 0 35px 0 40px;
	max-height: 380px;
}

.mate-list {
	padding: 0;
	margin: 0;
}

.mate-list .mate-item {
	list-style: none;
	height: 171px;
	width: 347px;
	margin-right: 4px;
	margin-bottom: 10px;
	padding: 10px 30px 0;
	box-sizing: border-box;
	color: #fff;
	background: url('../img/mate_img_bg.png') no-repeat;
}

.mate-list .mate-item:nth-child(2n) {
	margin-right: 0!important;
}

.mate-list .mate-item a {
	text-decoration: none !important;
}

.mate-title {
	height: 65px;
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
}

.mate-text {
	line-height: 1.8;
	font-size: 14px;
	color: #fff;
}

.mate-modal.modal .modal-footer {
	padding-top: 16px;
	padding-bottom: 38px;
	border: none;
	text-align: center;
	background-color: transparent;
}

/* 匹配弹窗的更多按钮 */
.mate-modal.modal .modal-footer .more {
	display: inline-block;
	width: 80px;
	height: 30px;
	box-sizing: border-box;
	line-height: 28px;
	border: 1px solid currentColor;
	text-decoration: none !important;
	font-size: 14px;
	color: #253FBE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* 高度适配手机的css代码 */
body {
	min-height: 100vh;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* 让主要部分占据剩余高度空间 */
.main {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* 登录后显示的弹窗 */
.modal.after-login {
	width: 570px;
	margin: 0;
	top: 50% !important;
	left: 50%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/* 头部 */
.modal.after-login .modal-header {
	position: relative;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	background-color: var(--main-color);
}

.modal.after-login .modal-header  h3 {
	font-size: 18px;
	line-height: 72px;
	text-align: center;
	color: #fff;
}

.modal.after-login .modal-header .close {
	position: absolute;
	top: 27px;
	right: 26px;
	width: 18px;
	height: 18px;
	opacity: 1;
	background: url("../img/close_icon_white.png") center no-repeat;
}

/* 弹窗主体部分 */
.modal.after-login .modal-body {
	padding: 10px 26px;
}

.interest-items .interest-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 2.8;
	color: var(--main-color);
}

.interest-items .interest-list {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* 感兴趣的领域或行业的每一项 */
.interest-items .interest-list .interest-item {
	display: inline-block;
	margin: 0 20px 12px 0;
	padding: 0 16px;
	border: 1px solid #DEDEDE;
	font-size: 14px;
	line-height: 30px;
	color: #343434;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

/* 选中样式 */
.interest-items .interest-list .interest-item.active {
	border-color: currentcolor;
	color: var(--main-color);
}

.lable-line label {
	display: inline-block;
	margin-right: 24px;
	font-size: 16px;
	line-height: 1.8;
	color: #343434;
}

.lable-line > label {
	margin-right: 30px;
}

.lable-line > div {
	display: inline-block;
}

.lable-line label input[type="radio"] {
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	margin-right: 11px;
	box-sizing: border-box;
}

.lable-line label input[type="radio"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/radio.png");
}

.lable-line label input[type="radio"]:checked::before {
	background: url("../img/radio_active.png");
}

.lable-line label input[type="checkbox"] {
	position: relative;
	vertical-align: 4px;
	margin: 0;
	margin-right: 32px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.lable-line label input[type="checkbox"]::before {
	content: '';
	position: absolute;
	top: -9px;
	left: 0;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 1px solid #bababa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.lable-line label input[type="checkbox"]:checked::before {
	border-color: transparent;
	background: url("../img/checkbox.png") no-repeat center;
	background-origin: border-box;
}

/* 推送内容的列表 */
.modal.after-login .push-list {
	margin: 0;
	padding: 24px 0 26px;
}

.modal.after-login .push-list .push-list-item {
	position: relative;
	line-height: 48px;
	font-size: 0;
	border-bottom: 1px dashed #ccc;
}

.push-list .push-list-item .item-label {
	display: inline-block;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 700;
	vertical-align: bottom;
	color: #333;
}

.push-list .push-list-item .item-name {
	display: inline-block;
	vertical-align: bottom;
	max-width: 290px;
	font-size: 16px;
	color: #666;
}

.push-list .push-list-item .tag {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: var(--main-color);
}

.modal.after-login .modal-footer {
	padding: 0;
	border: 0;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	background: var(--main-color);
}

.modal.after-login .modal-footer .btn.big-btn {
	width: 100%;
	padding: 20px;
	border: none;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: var(--main-color);
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

/* 去掉表单的默认样式 */
form {
	margin: 0;
}

/* 敬请期待的大图样式 */
.hope-banner {
	width: 100%;
	display: block;
	margin: 0;
}